css box-shadow shorthand

252

css box-shadow shorthand -

/* offset-x | offset-y | blur-radius | spread-radius | color */
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);

Comments

Submit
0 Comments